fix(cc-widgets): multi-stage consult flows#507
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing Touches🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
|
NOTE : These test cases were replaced with a single multi-stage test. |
|
This pull request is automatically being deployed by Amplify Hosting (learn more). |
Oh yes. Missed that. But do you mean a single-stage test? |
|
I meant a single Multi-Stage Test. Suppose we have two agents A1 & A2. Consult via Agent from A1 to A2 -> Transfer to A2, Consult back via Agent from A2 to A1-> transfer to A1 -> Consult via Agent from A1 to A2 -> cancel the consult. |
Thanks, @riteshfyi |
| import { pageSetup, waitForState } from "./Utils/helperUtils"; | ||
| import { endTask } from "./Utils/taskControlUtils"; | ||
|
|
||
| test.use({ headless: false }); |
There was a problem hiding this comment.
please remove this line, it was being used only for convenience.
# [1.28.0-ccwidgets.102](v1.28.0-ccwidgets.101...v1.28.0-ccwidgets.102) (2025-08-06) ### Bug Fixes * **cc-widgets:** multi-stage consult flows ([#507](#507)) ([5bb48ac](5bb48ac))
|
🎉 This PR is included in version 1.28.0-ccwidgets.102 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
COMPLETES CAI-6526
This pull request addresses
Multistage consult test cases
by making the following changes
Originally wrote by @riteshfyi
Added 8 testcase for
Change Type
The following scenarios were tested
< ENUMERATE TESTS PERFORMED, WHETHER MANUAL OR AUTOMATED >
The GAI Coding Policy And Copyright Annotation Best Practices
Checklist before merging